ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / IItemsSource<T> Interface / CreateActionUrl Property






In This Topic
    CreateActionUrl Property (IItemsSource<T>)
    In This Topic
    Gets and sets the url of create action.
    Syntax
    'Declaration
     
    
    Property CreateActionUrl As System.String
    'Usage
     
    
    Dim instance As IItemsSource(Of T)
    Dim value As System.String
     
    instance.CreateActionUrl = value
     
    value = instance.CreateActionUrl
    System.string CreateActionUrl {get; set;}
    read-write property CreateActionUrl: System.String; 
    function get,set CreateActionUrl : System.String
    __property System.string* get_CreateActionUrl();
    __property void set_CreateActionUrl( 
       System.string* value
    );
    property System.String^ CreateActionUrl {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also